home *** CD-ROM | disk | FTP | other *** search
/ .net (Poland) 2000 September / Magazyn_Net_09_2000 (CDA).iso / internet / Winproxy30.exe / w / _SETUP.1 / dne2000.inf < prev    next >
Windows Setup INFormation  |  2000-08-17  |  2KB  |  62 lines

  1. ;
  2. ; Copyright (c) 2000 Deterministic Networks Inc.  All rights Reserved.
  3. ;
  4.  
  5. [Version]
  6. Signature  = "$Windows NT$"
  7. Class      = NetService
  8. ClassGUID  = {4D36E974-E325-11CE-BFC1-08002BE10318}
  9. Provider   = %Dni%
  10. DriverVer  = 08/17/00,0.2.0.2
  11.  
  12. [Manufacturer]
  13. %Dni% = DNI
  14.  
  15. [ControlFlags]
  16.  
  17. [DNI]
  18. %Dne_Desc% = Dne.ndi, dni_dne
  19.  
  20. [Dne.ndi]
  21. AddReg = Dne.ndi.AddReg, Dne.AddReg
  22. Characteristics = 0x410 ;NCF_FILTER | NCF_NO_SERVICE
  23. CopyFiles       = Dne.CopyFiles.Sys, Dne.CopyFiles.Inf
  24.  
  25. [SourceDiskNames]
  26. 1="Deterministic Network Enhancer Disk","",0
  27.  
  28. [SourceDiskFiles]
  29. dne2000.sys=1
  30. dne2000m.inf=1
  31.  
  32. [DestinationDirs]
  33. Dne.CopyFiles.Sys   = 12   ; %windir%\System32\drivers
  34. Dne.CopyFiles.Inf   = 17   ; %windir%\inf
  35.  
  36. [Dne.CopyFiles.Sys]
  37. dne2000.sys,,,2
  38.  
  39. [Dne.CopyFiles.Inf]
  40. dne2000m.inf,,,2
  41.  
  42. [Dne.ndi.AddReg]
  43. HKR, Ndi, HelpText, , %Dne_HELP%
  44. HKR, Ndi,            FilterClass,         , failover
  45. HKR, Ndi,            FilterDeviceInfFile, , dne2000m.inf
  46. HKR, Ndi,            FilterDeviceInfId,   , dni_dnemp
  47. HKR, Ndi,            Service,             , DNE
  48. HKR, Ndi\Interfaces, UpperRange,          , noupper
  49. HKR, Ndi\Interfaces, LowerRange,          , nolower
  50. HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, tokenring, fddi, wan"
  51.  
  52. [Dne.AddReg]
  53. HKR, Parameters, Param1, 0, 4
  54.  
  55. [Dne.Ndi.Remove.Services]
  56. DelService = DNE
  57.  
  58. [Strings]
  59. Dni = "Deterministic Networks"
  60. Dne_Desc = "Deterministic Network Enhancer"
  61. Dne_HELP = "Deterministic Network Enhancer"
  62.